home *** CD-ROM | disk | FTP | other *** search
/ Champak 143 / (Vol 143) Nov 15 2011.iso / Games / cubic_shot_3.swf / scripts / frame_33 / DoAction.as
Text File  |  2011-11-15  |  139b  |  8 lines

  1. function startFrame()
  2. {
  3.    clearInterval(readyInter);
  4.    gotoAndStop("gameF");
  5. }
  6. stop();
  7. readyInter = setInterval(startFrame,1000);
  8.